func crypto/internal/fips140/nistec.p256BigToLittle

4 uses

	crypto/internal/fips140/nistec (current package)
		p256_asm.go#L93: 		p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
		p256_asm.go#L94: 		p256BigToLittle(&r.y, (*[32]byte)(b[33:65]))
		p256_asm.go#L109: 		p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
		p256_asm.go#L180: func p256BigToLittle(l *p256Element, b *[32]byte) {